-
Notifications
You must be signed in to change notification settings - Fork 3.6k
chore: bump PyTorch version in dependencies & CI #21043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflow
These checks are required after the changes to 🟢 pytorch_lightning: Azure GPU
These checks are required after the changes to 🟢 pytorch_lightning: Benchmarks
These checks are required after the changes to 🟢 fabric: Docs
These checks are required after the changes to 🟢 pytorch_lightning: Docs
These checks are required after the changes to 🟢 pytorch_lightning: Docker
These checks are required after the changes to 🟢 lightning_fabric: CPU workflow
These checks are required after the changes to 🟢 lightning_fabric: Azure GPU
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 install
These checks are required after the changes to Thank you for your contribution! 💜
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21043 +/- ##
=======================================
Coverage 87% 87%
=======================================
Files 268 268
Lines 23341 23343 +2
=======================================
+ Hits 20330 20332 +2
Misses 3011 3011 |
for more information, see https://pre-commit.ci
memory discrepancy:
|
…>=0.16.0,<0.24.0 in /requirements (#21047) build(deps): update torchvision requirement in /requirements Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.16.0...0.23.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Something is up here if we expect the second trainer to take no additional memory. Probably the best way to find out is to stare down the allocations using https://docs.pytorch.org/docs/stable/torch_cuda_memory.html |
seems we hit pytorch/pytorch#150381 on Windows |
… into bump/pt-2.8
What does this PR do?
Following Torch release of 2.8 - https://github.com/pytorch/pytorch/releases/tag/v2.8.0
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist
📚 Documentation preview 📚: https://pytorch-lightning--21043.org.readthedocs.build/en/21043/